testgtk: Remove non-existing property from frame constructor
authorBenjamin Otte <otte@redhat.com>
Thu, 9 Sep 2010 01:09:12 +0000 (03:09 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 26 Sep 2010 13:11:41 +0000 (15:11 +0200)
tests/testgtk.c

index 6da35c2b9bae173abcb66b95fda2f96edbd14172..b18b52f248ca48a0514d5bf8fe33726492191207 100644 (file)
@@ -5147,7 +5147,6 @@ create_cursors (GtkWidget *widget)
 
       frame =
        g_object_new (gtk_frame_get_type (),
-                       "GtkFrame::shadow", GTK_SHADOW_ETCHED_IN,
                        "GtkFrame::label_xalign", 0.5,
                        "GtkFrame::label", "Cursor Area",
                        "GtkContainer::border_width", 10,